home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / DEMOS / 3D_DEMO_4 / !Demo4 / Makefile < prev    next >
Makefile  |  1992-02-08  |  1KB  |  54 lines

  1. # Project:   horizon
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -g -throwback 
  6. Linkflags = -aif -o $@ 
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.o.horizon @.o.misc @.o.demo4 @.o.GrpLib <CLib> <RISCLib> \
  16.         @.o.sol 
  17.         link $(linkflags) @.o.horizon @.o.misc @.o.demo4 @.o.GrpLib <CLib> \
  18.         <RISCLib> @.o.sol 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23.  
  24. # Static dependencies:
  25. @.o.horizon:   @.c.horizon
  26.         cc $(ccflags) -o @.o.horizon @.c.horizon 
  27. @.o.misc:   @.c.misc
  28.         cc $(ccflags) -o @.o.misc @.c.misc 
  29. @.o.demo4:   @.c.demo4
  30.         cc $(ccflags) -o @.o.demo4 @.c.demo4 
  31. @.o.sol:   @.c.sol
  32.         cc $(ccflags) -o @.o.sol @.c.sol 
  33.  
  34.  
  35. # Dynamic dependencies:
  36. o.horizon:    c.horizon
  37. o.horizon:    h.GrpLib
  38. o.horizon:    h.extern
  39. o.misc:    c.misc
  40. o.misc:    C:h.swis
  41. o.misc:    C:h.os
  42. o.misc:    C:h.bbc
  43. o.misc:    h.GrpLib
  44. o.misc:    h.extern
  45. o.demo4:    c.demo4
  46. o.demo4:    C:h.swis
  47. o.demo4:    C:h.os
  48. o.demo4:    C:h.bbc
  49. o.demo4:    h.GrpLib
  50. o.demo4:    h.extern
  51. o.sol:    c.sol
  52. o.sol:    h.GrpLib
  53. o.sol:    h.extern
  54.